-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug Fix: Fixed error when sending files to a target directory that didn't exist #836
base: main
Are you sure you want to change the base?
Conversation
sk25469
commented
Nov 10, 2024
•
edited
Loading
edited
- Fixes Issue #809, which caused errors when attempting to send files or folders located on a different drive letter on Windows systems.
Sure thanks for letting me know. |
@ymich9963 can provide guidance |
Sure I'll try to run it on the same machines and let you know what happens. Do I just use a flag to specify the output or does it get saved in the pwd? |
Can you let me know how you specified the output path earlier in this issue #809? This PR modifies the following -
You can try running the following to receive in a specific directory - |
I don't remember. I don't think I specified. I was just on the E:/ drive in one PC and on the C:/ drive in another. Could you specify the output for croc before I raised the issue? I remember that it would just output to the same directory as the source. |
Should I build from source to test this? |
Yes u should build from source. |